-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user management panel UI #406
base: develop
Are you sure you want to change the base?
Conversation
@@ -6,8 +6,10 @@ | |||
} | |||
|
|||
.cb-passkey-list-title { | |||
font-size: calc(var(--cb-base-font-size) * 1.9); | |||
margin: 0.5rem 0rem 2rem 0rem; | |||
font-size: calc(var(--cb-base-font-size) * 2.7); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is related to PasskeyList, right? Why is it included?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was to make the UserDetails title consistent in style with PasskeyList title, like shown in Figma
@@ -0,0 +1,817 @@ | |||
import { LoginIdentifierConfigType, LoginIdentifierType } from '@corbado/shared-ui'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should break this up into components :)
Let's get help from @Dopeamin for that
No description provided.